From: Roger Pueyo Centelles Date: Thu, 10 Mar 2016 11:18:27 +0000 (+0100) Subject: [luci-app-bmx7] Update configuration and installation definitions in Makefile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=74078557b747a0b533f48d00961929ea12c05a23;p=feed%2Frouting.git [luci-app-bmx7] Update configuration and installation definitions in Makefile --- diff --git a/luci-app-bmx7/Makefile b/luci-app-bmx7/Makefile index 2946849..a9e96f7 100644 --- a/luci-app-bmx7/Makefile +++ b/luci-app-bmx7/Makefile @@ -42,6 +42,7 @@ define Package/luci-app-bmx7/description endef define Package/luci-app-bmx7/conffiles + /etc/config/luci-bmx7 endef define Build/Prepare @@ -54,6 +55,8 @@ define Build/Compile endef define Package/luci-app-bmx7/install + $(CP) ./files/* $(1)/ + chmod 755 $(1)/www/cgi-bin/bmx7-info endef $(eval $(call BuildPackage,luci-app-bmx7))